home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / Entwickler / appe Windows 2.0 / appe <-> APPL / Foreground Apps & FBAs < prev   
Text File  |  1995-01-03  |  2KB  |  40 lines

  1. Foreground Apps
  2. Faceless Background Apps (FBAs)
  3. FBA System Extensions
  4.  
  5.  
  6. What's the Difference?
  7.  
  8. Appe Windows programs can run in 3 different ways. I have provided
  9. a drag-n-drop util to swap between the 2 popular forms. Let's describe
  10. each by its settings, appearance, and functionality.
  11.  
  12. Foreground Apps:
  13. Most Mac applications are run as foreground apps, using the menu bar
  14. and putting up windows onto the screen. Applications are typically
  15. represented by diamond shaped icons, and launched by double clicking.
  16. The file type is 'APPL' and the 'SIZE' resource has the Background Only
  17. flag CLEARed. Appe Windows now supports a graphic interface and menu
  18. bar management.
  19.  
  20. FBA System Extensions:
  21. The other popular format for distribution is as a System Extension.
  22. Such programs are executed automatically at startup, and never appear
  23. under the Applications menu. They have the puzzle piece icon, and
  24. belong in the System Extensions folder. File type is 'appe' and the
  25. Background only flag is SET in the 'SIZE' resource. Appe Windows has
  26. always worked as an FBA.
  27.  
  28. Faceless Background Apps:
  29. An intermediate format is the simple FBA, that you can double click on
  30. from within the Finder. Files of type 'APPL' that have the Background
  31. Only bit *SET* inside the 'SIZE' resource. Such programs are double-
  32. clickable anytime, but never appear in the Applications menu or 
  33. take over the menubar and interface. Appe Windows can work this way,
  34. but I prefer the other two for simplicity.
  35.  
  36. I hope this clears the questions you have (short and sweet ;).
  37.  
  38. Matt Slot
  39. fprefect@umich.edu
  40.